cargo.git
2015-08-07 Brian AndersonRemove the built-on date from --version
2015-08-05 borsAuto merge of #1876 - Gankro:option, r=alexcrichton
2015-08-05 Alexis Beingessneradd missing Option to avatar
2015-08-04 borsAuto merge of #1832 - iliekturtles:1363-color, r=alexcr...
2015-08-04 Mike BoutinChange the no_term test to run an external process.
2015-08-04 Mike BoutinAdd `no_term` test that ensures correct output when a
2015-08-04 Mike BoutinCheck for TermInfo availability to see if color output...
2015-08-04 Mike BoutinImplement --color [auto|always|never].
2015-08-04 borsAuto merge of #1830 - alexcrichton:cap-lints, r=brson
2015-08-04 borsAuto merge of #1874 - alexcrichton:yet-another-windows...
2015-08-04 Alex CrichtonFix a flaky tests on Windows
2015-08-03 borsAuto merge of #1873 - alexcrichton:fix-transitive-activ...
2015-08-03 Alex CrichtonFix activating features in dependencies transitively
2015-08-03 borsAuto merge of #1868 - alex:patch-2, r=alexcrichton
2015-08-03 borsAuto merge of #1867 - alex:patch-1, r=alexcrichton
2015-08-02 Alex GaynorFixed a typo in a comment.
2015-08-02 Alex GaynorFixed a typo in a comment.
2015-07-31 borsAuto merge of #1862 - ucarion:ucarion-fix-typo, r=alexc...
2015-07-31 Ulysse CarionFix a typo
2015-07-29 borsAuto merge of #1860 - alexcrichton:use-filetime-set...
2015-07-29 Alex CrichtonUse filetime for set_file_times
2015-07-28 borsAuto merge of #1857 - vyskocilm:master, r=alexcrichton
2015-07-28 Michal Vyskocilremove the name of submodule per recomendation of ...
2015-07-28 Michal VyskocilProblem: make install fail on non-existing rust-installer
2015-07-28 borsAuto merge of #1853 - apjanke:zsh-compl-fix-parse-near...
2015-07-28 Andrew Jankezsh completion: fix [[ ... ]] conditional syntax
2015-07-28 borsAuto merge of #1850 - alexcrichton:update-docopt, r...
2015-07-28 Alex CrichtonUpdate docopt to fix forwarding `--`
2015-07-27 borsAuto merge of #1847 - steveklabnik:gh1707, r=alexcrichton
2015-07-27 Steve KlabnikLink manifst docs to version info in crates.io docs
2015-07-27 borsAuto merge of #1849 - alexcrichton:appveyor-master...
2015-07-27 Alex CrichtonOnly run appveyor on the master branch
2015-07-27 borsAuto merge of #1848 - alexcrichton:less-cyclic, r=huonw
2015-07-27 Alex CrichtonRemove an Rc optimization that's no longer necessary
2015-07-27 borsAuto merge of #1843 - steveklabnik:gh1279, r=alexcrichton
2015-07-27 borsAuto merge of #1844 - steveklabnik:gh1407, r=alexcrichton
2015-07-27 Steve KlabnikAdd mention of specific tests in guide
2015-07-27 Steve KlabnikUpdate override documentation
2015-07-27 borsAuto merge of #1842 - steveklabnik:gh1177, r=alexcrichton
2015-07-27 Steve KlabnikMention doc tests with cargo test.
2015-07-27 borsAuto merge of #1837 - alexcrichton:travis-parallel...
2015-07-27 Alex CrichtonTest 32-bit Windows on appveyor
2015-07-27 borsAuto merge of #1827 - mark-buer:config-tool-paths,...
2015-07-26 Mark BuerEnables support for relative pathed linker and ar tools.
2015-07-26 borsAuto merge of #1836 - alexcrichton:fix-nightly, r=alexc...
2015-07-26 Alex CrichtonTry being more parallel on travis
2015-07-26 Alex CrichtonFix compile on nightly
2015-07-26 borsAuto merge of #1835 - gentoo90:bash-comp, r=alexcrichton
2015-07-26 gentoo90Bashcomp: improve performance
2015-07-26 gentoo90Bashcomp: add missing options, add --vcs completion
2015-07-25 borsAuto merge of #1831 - alexcrichton:publish-cargo, r...
2015-07-24 Alex CrichtonTweak metadata to publish Cargo on crates.io
2015-07-24 Alex CrichtonPass --cap-lints=allow instead of -Awarnings
2015-07-24 borsAuto merge of #1829 - steveklabnik:doc_quickfix, r...
2015-07-24 Steve Klabnikremove missing import from build script docs
2015-07-23 borsAuto merge of #1825 - alexcrichton:msvc-32, r=brson
2015-07-23 Alex CrichtonDisable cross tests on appveyor for now
2015-07-23 Alex CrichtonTest 32/64 cross builds on MSVC
2015-07-23 Alex CrichtonRemove MSVC logic from the configure script
2015-07-23 Alex CrichtonUpdate the nightly of Rust to build Cargo
2015-07-23 Alex Crichtonetc: Remove an unused variable binding
2015-07-23 Alex Crichtonetc: Don't modify the installation manifest
2015-07-23 Alex Crichtonetc: Fix merging distributions on Windows
2015-07-23 Alex Crichtonetc: Use Popen instead of call to spawn processes
2015-07-22 Alex CrichtonUse the download module for printing snapshots
2015-07-21 borsAuto merge of #1822 - alexcrichton:fix-recursion, r...
2015-07-21 Alex CrichtonWeed out empty features from the registry
2015-07-21 Alex CrichtonTouch up some stylistic nits in the resolver
2015-07-20 borsAuto merge of #1819 - alexcrichton:fix-no-pkg-config...
2015-07-20 Alex CrichtonUpdate libgit2-sys
2015-07-20 borsAuto merge of #1814 - gentoo90:no-git-build, r=alexcrichton
2015-07-18 gentoo90Fix version info when built without git repo
2015-07-17 borsAuto merge of #1804 - alexcrichton:aggressively-backtra...
2015-07-17 Alex CrichtonRun travis against stable/beta/nightly
2015-07-17 Alex CrichtonBacktrack more aggressively when resolving
2015-07-17 Alex CrichtonUpdate Rust nightly
2015-07-17 Alex CrichtonFix running `cargo test` from the project root
2015-07-17 borsAuto merge of #1812 - alexcrichton:moar-filtering,...
2015-07-17 Alex CrichtonOnly compile activated optional dependencies
2015-07-17 Alex CrichtonRemove an unnecessary HashMap when Vec works
2015-07-17 borsAuto merge of #1808 - Gankro:msg, r=alexcrichton
2015-07-17 borsAuto merge of #1810 - alexcrichton:update-rust-installe...
2015-07-16 Alex CrichtonUpdate rust-installer submodule
2015-07-15 Alexis Beingessnerfix error message copy-paste error
2015-07-13 borsAuto merge of #1803 - tafia:patch-1, r=alexcrichton
2015-07-13 Johann Tuffeavoid an unnecessary clone in without_prefix
2015-07-08 borsAuto merge of #1792 - steveklabnik:gh26482, r=alexcrichton
2015-07-08 Steve KlabnikDont refer to NPM for semver
2015-07-07 borsAuto merge of #1788 - alexcrichton:appveyor, r=brson
2015-07-07 Alex CrichtonRewrite dependency installation in Python
2015-07-07 borsAuto merge of #1780 - seth:sf/nested-projects-fix,...
2015-07-07 Seth FalconUse info! instead of warn! for skipping message
2015-07-07 borsAuto merge of #1776 - alexcrichton:no-entry-found-for...
2015-07-07 borsAuto merge of #1786 - eminence:docs, r=alexcrichton
2015-07-06 Andrew ChinUpdated guide.md with local config clarification
2015-07-06 borsAuto merge of #1782 - Dineshs91:uninstall, r=alexcrichton
2015-07-05 Seth FalconAdd test for ignoring nested self packages
2015-07-05 Seth FalconRemove readme note for libgit2
2015-07-05 dineshAdd make uninstall to .travis.yml
2015-07-05 borsAuto merge of #1785 - kennytm:patch-1, r=alexcrichton
next